.. _`HSplit Tables`: .. _`org.sysess.sympathy.data.table.hsplittablenodes`: HSplit Tables ````````````` .. image:: hsplit_table.svg :width: 48 Split a list of Table into multiple Tables, every column becomes a new table. Documentation ::::::::::::: Flattened output ---------------- This node flattens the output into a single list of Tables which can be convenient, but it makes it difficult to know the origin of a specific table in the output. If this is important to your use case, you can also consider using :ref:`org.sysess.sympathy.data.table.hsplittablenode` inside a Lambda and Map that over the input resulting in the type ``[[table]]``. Definition :::::::::: Input ports ----------- **port1** [table] Input Tables Output ports ------------ **port1** [table] Split Tables Related nodes ------------- * :ref:`org.sysess.sympathy.data.table.hsplittablenode` * :ref:`org.sysess.sympathy.data.table.hjointable` Implementation -------------- .. automodule:: node_hsplit_tables :noindex: .. class:: HSplitTablesNode :noindex: